Package | Description |
---|---|
example | |
oauth1 |
Modifier and Type | Method and Description |
---|---|
static BeginResult |
Example.begin()
The begin endpoint,
i.e.
|
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. |
Copyright © 2020. All rights reserved.