AuthenticationResult.SpaAuthCode Property

Definition

Gets the SPA Authorization Code, if it was requested using WithSpaAuthorizationCode method on the AcquireTokenByAuthorizationCode builder. See https://aka.ms/msal-net/spa-auth-code for details.

public string SpaAuthCode { get; }
member this.SpaAuthCode : string
Public ReadOnly Property SpaAuthCode As String

Property Value

Applies to