AuthenticateResponse<USER_ID> constructor

AuthenticateResponse<USER_ID>(
  1. USER_ID? userId,
  2. List<String>? claims,
  3. AsklessAuthenticateError? error
)

Implementation

AuthenticateResponse(this.userId, this.claims, this.error);