Represents the outcome of an identity acquisition operation.
public IdentityResult(IdentityPrincipal Principal, IdentityToken? AccessToken, IdentityToken? RefreshToken)
Resolved identity principal.
Optional access token for downstream APIs.
Optional refresh token for renewal.