Package | Description |
---|---|
example | |
oauth1 |
Modifier and Type | Method and Description |
---|---|
static AuthorisedResult |
Example.authorised(String temporaryToken)
The authorised endpoint,
i.e.
|
Modifier and Type | Method and Description |
---|---|
AuthorisedResult |
OAuth1NoCallback.authorised(String temporaryToken)
Fetches the token secret corresponding to the temporary token,
then uses the obtained token secret along with the original temporary token to obtain an access token from the server.
|
protected AuthorisedResult |
OAuth1Generic.authorised(String temporaryToken,
String verifier)
Fetches the token secret corresponding to the temporary token,
then uses the obtained token secret along with the original temporary token and verifier to obtain an access token from the server.
|
AuthorisedResult |
OAuth1WithCallback.authorised(String temporaryToken,
String verifier)
Fetches the token secret corresponding to the temporary token,
then uses the obtained token secret along with the original temporary token and verifier to obtain an access token from the server.
|
Copyright © 2020. All rights reserved.