public interface OAuth2SecuritySchemeSettings extends SecuritySchemeSettings
| Modifier and Type | Method and Description |
|---|---|
FixedUri |
accessTokenUri()
The URI of the Token Endpoint as defined in RFC6749 Section 3.2.
|
List<String> |
authorizationGrants()
A list of the Authorization grants supported by the API as defined in RFC6749 Sections 4.1, 4.2, 4.3 and 4.4, can be any of: authorization_code, password, client_credentials, implicit, or refresh_token.
|
FixedUri |
authorizationUri()
The URI of the Authorization Endpoint as defined in RFC6749 Section 3.1.
|
List<String> |
scopes()
A list of scopes supported by the security scheme as defined in RFC6749 Section 3.3
|
FixedUri accessTokenUri()
FixedUri authorizationUri()
List<String> authorizationGrants()
Copyright © 2016. All rights reserved.