AuthToken constructor
const
AuthToken({})
Creates a new AuthToken instance
Implementation
const AuthToken({
required this.accessToken,
required this.refreshToken,
required this.tokenType,
required this.expiresIn,
this.user,
});