Class AccountAuthenticateResponse
Used with native login and IAuthentication
public class AccountAuthenticateResponse
- Inheritance
-
AccountAuthenticateResponse
- Inherited Members
Properties
Error
public AuthenticationFailure? Error { get; set; }
Property Value
Result
public AccountAuthenticateResult? Result { get; set; }