IAuthenticationOperation.FormatResult(AuthenticationResult) Method
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.
Creates the access token that goes into an Authorization HTTP header.
public void FormatResult (Microsoft.Identity.Client.AuthenticationResult authenticationResult);
abstract member FormatResult : Microsoft.Identity.Client.AuthenticationResult -> unit
Public Sub FormatResult (authenticationResult As AuthenticationResult)
Parameters
- authenticationResult
- AuthenticationResult