IdentityResult Class

Definition

Represents the outcome of an identity acquisition operation.

public sealed record IdentityResult(IdentityPrincipal Principal, IdentityToken? AccessToken, IdentityToken? RefreshToken) : IEquatable<IdentityResult>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (3)