API reference
Property AccessToken
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress.OAuth
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
AccessToken
Gets the exchanged access token when the callback completed successfully.
public DiscordAccessToken? AccessToken { get; }
Property Value
Remarks
This property is available only in-process. The default callback response factory does not serialize raw token values back to the browser.