public interface OAuth2SecurityScheme extends SecurityScheme
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthorizationURL()
Get the URL of the authorization endpoint to be used by
the specified OAuth2 flow.
|
OAuth2Flow |
getFlow()
Get the OAuth2 flow in use by this security scheme.
|
java.util.Map<java.lang.String,java.lang.String> |
getScopes()
Get a mapping of available OAuth2 scopes.
|
java.lang.String |
getTokenURL()
Get the URL of the token endpoint to be used by
the specified OAuth2 flow.
|
getDescription, getName, getType
OAuth2Flow getFlow()
java.lang.String getAuthorizationURL()
java.lang.String getTokenURL()
java.util.Map<java.lang.String,java.lang.String> getScopes()