CloudBaseAuthState constructor
CloudBaseAuthState({
- CloudBaseAuthType? authType,
- String? accessToken,
- String? refreshToken,
Implementation
CloudBaseAuthState({this.authType, this.accessToken, this.refreshToken});