All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.swagger.annotations.Scope Maven / Gradle / Ivy

package io.swagger.annotations;

/**
 * The available scopes for an OAuth2 security scheme
 */
public @interface Scope {

    /**
     * The name of the scope
     *
     * @return the name of the scope
     */
    String name();

    /**
     * A short description of the scope
     *
     * @return a short description of the scope
     */
    String description();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy