Class AuthenticationResult
Represents the result of an authentication operation.
public class AuthenticationResult
- Inheritance
-
AuthenticationResult
- Inherited Members
Properties
Error
public AuthenticationFailure? Error { get; }
Property Value
HasValue
public bool HasValue { get; }
Property Value
Methods
Failure(AuthenticationFailure)
public static AuthenticationResult Failure(AuthenticationFailure error)
Parameters
errorAuthenticationFailure
Returns
Select<T>(Func<T>)
public AuthenticationResult<T> Select<T>(Func<T> f)
Parameters
fFunc<T>
Returns
Type Parameters
T
Success()
public static AuthenticationResult Success()