CloudBaseAuthState constructor

CloudBaseAuthState({
  1. CloudBaseAuthType? authType,
  2. String? accessToken,
  3. String? refreshToken,
})

Implementation

CloudBaseAuthState({this.authType, this.accessToken, this.refreshToken});