public interface OAuth1SecuritySchemeSettings extends SecuritySchemeSettings
| Modifier and Type | Method and Description |
|---|---|
FixedUri |
authorizationUri()
The URI of the Resource Owner Authorization endpoint as defined in RFC5849 Section 2.2
|
FixedUri |
requestTokenUri()
The URI of the Temporary Credential Request endpoint as defined in RFC5849 Section 2.1
|
FixedUri |
tokenCredentialsUri()
The URI of the Token Request endpoint as defined in RFC5849 Section 2.3
|
FixedUri requestTokenUri()
FixedUri authorizationUri()
FixedUri tokenCredentialsUri()
Copyright © 2016. All rights reserved.