AuthResult.success constructor
const
AuthResult.success({})
Create successful authentication result
Implementation
const AuthResult.success({
required this.userInfo,
this.validatedScopes,
}) : isAuthenticated = true,
error = null;