Package | Description |
---|---|
example | |
oauth1 | |
oauth1.exception.missingdata |
Modifier and Type | Method and Description |
---|---|
static BeginResult |
Example.begin()
The begin endpoint,
i.e.
|
static void |
Example.main(String[] args)
This application:
1.
|
Modifier and Type | Method and Description |
---|---|
protected BeginResult |
OAuth1Generic.begin()
Requests a temporary token and corresponding token secret from the server,
then maps the temporary token to the token secret
and returns the obtained temporary token along with the authenticate URL (redirect URL) if
OAuth1Generic.authoriseUrl is non-null. |
BeginResult |
OAuth1NoCallback.begin()
Requests a temporary token and corresponding token secret from the server,
then maps the temporary token to the token secret
and returns the obtained temporary token along with the authenticate URL (redirect URL) if
OAuth1Generic.authoriseUrl is non-null. |
BeginResult |
OAuth1WithCallback.begin()
Requests a temporary token and corresponding token secret from the server,
then maps the temporary token to the token secret
and returns the obtained temporary token along with the authenticate URL (redirect URL) if
OAuth1Generic.authoriseUrl is non-null. |
Modifier and Type | Class and Description |
---|---|
class |
MissingDataGetTemporaryTokenException |
Copyright © 2020. All rights reserved.