AuthResponse constructor
AuthResponse({})
Creates an authentication response
Implementation
AuthResponse({
required this.user,
this.accessToken,
this.refreshToken,
this.tokenType = 'Bearer',
this.expiresIn,
this.refreshExpiresIn,
this.metadata,
});