Method GetStateFromUri
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
GetStateFromUri(Uri)
Gets the OAuth2 code to use with ExchangeAccessTokenAsync(string) from the url.
public string GetStateFromUri(Uri url)
Parameters
urlUriThe url.
Gets the OAuth2 code to use with ExchangeAccessTokenAsync(string) from the url.
public string GetStateFromUri(Uri url)
url UriThe url.