AuthTokens constructor
const
AuthTokens({
- required String token,
- required String refreshToken,
- required String deviceId,
- String? reportingToken,
- LoginConfig? config,
- LoginResponse? loginResponse,
Implementation
const AuthTokens({
required this.token,
required this.refreshToken,
required this.deviceId,
this.reportingToken,
this.config,
this.loginResponse,
});