Share via


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; set; }
member this.SpaAuthCode : string with get, set
Public Property SpaAuthCode As String

Property Value

Applies to