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