AuthenticationResponse constructor
const
AuthenticationResponse({})
Implementation
const AuthenticationResponse({
required this.accessToken,
required this.deviceId,
required this.expiresIn,
required this.organizationId,
required this.refreshToken,
required this.tokenType,
this.userId,
});