AuthenticationResult.SpaAuthCode Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property SpaAuthCode As String