AuthToken constructor
const
AuthToken({})
AuthToken default constructor
Implementation
const AuthToken({
required this.accessToken,
this.idToken,
this.refreshToken,
this.tokenType,
this.expiresIn,
this.user,
});