Share via


IAuthenticationOperation.FormatResult(AuthenticationResult) Method

Definition

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

Applies to