AuthenticationProcess constructor

AuthenticationProcess(
  1. String requestId,
  2. String login,
  3. bool bypassTokenCheck
)

Implementation

AuthenticationProcess(this.requestId, this.login, this.bypassTokenCheck);