public interface OAuth1SecuritySchemeSettings extends SecuritySchemeSettings
| Modifier and Type | Method and Description |
|---|---|
FixedUriString |
authorizationUri()
The URI of the Resource Owner Authorization endpoint as defined in RFC5849 Section 2.2
|
FixedUriString |
requestTokenUri()
The URI of the Temporary Credential Request endpoint as defined in RFC5849 Section 2.1
|
List<String> |
signatures()
List of the signature methods used by the server.
|
FixedUriString |
tokenCredentialsUri()
The URI of the Token Request endpoint as defined in RFC5849 Section 2.3
|
annotationsfragmentFixedUriString requestTokenUri()
FixedUriString authorizationUri()
FixedUriString tokenCredentialsUri()
Copyright © 2016. All rights reserved.