| Package | Description |
|---|---|
| org.raml.v2.api.model.v10.security |
| Modifier and Type | Method and Description |
|---|---|
FixedUriString |
SecuritySchemeSettings.accessTokenUri()
The URI of the Token Endpoint as defined in RFC6749 Section 3.2.
|
FixedUriString |
SecuritySchemeSettings.authorizationUri()
The URI of the Resource Owner Authorization endpoint as defined in RFC5849 Section 2.2
(OAuth 1)
The URI of the Authorization Endpoint as defined in RFC6749 Section 3.1.
|
FixedUriString |
SecuritySchemeSettings.requestTokenUri()
The URI of the Temporary Credential Request endpoint as defined in RFC5849 Section 2.1
(OAuth 1)
|
FixedUriString |
SecuritySchemeSettings.tokenCredentialsUri()
The URI of the Token Request endpoint as defined in RFC5849 Section 2.3
(OAuth 1)
|
Copyright © 2016. All rights reserved.