 | DropboxOAuth2HelperParseTokenFragment Method |
Parses the token fragment. When using the OAuth 2.0 token or implicit grant flow, the
user will be redirected to a URI with a fragment containing the authorization token.
Namespace:
Dropbox.Api
Assembly:
Dropbox.Api (in Dropbox.Api.dll) Version: 4.0
Syntaxpublic static OAuth2Response ParseTokenFragment(
Uri redirectedUri
)
Public Shared Function ParseTokenFragment (
redirectedUri As Uri
) As OAuth2Response
public:
static OAuth2Response^ ParseTokenFragment(
Uri^ redirectedUri
)
static member ParseTokenFragment :
redirectedUri : Uri -> OAuth2Response
Parameters
- redirectedUri
- Type: SystemUri
The redirected URI.
Return Value
Type:
OAuth2ResponseThe authorization response, containing the access token and uid of the authorized user
See Also