IdentityResult(IdentityPrincipal, IdentityToken?, IdentityToken?) Constructor

Definition

Assembly PackagingTools.Core.dll

Represents the outcome of an identity acquisition operation.

public IdentityResult(IdentityPrincipal Principal, IdentityToken? AccessToken, IdentityToken? RefreshToken)

Parameters

Principal
IdentityPrincipal

Resolved identity principal.

AccessToken
IdentityToken

Optional access token for downstream APIs.

RefreshToken
IdentityToken

Optional refresh token for renewal.