class HaveAPI::Authentication::OAuth2::AuthResult
Abstract class describing the authentication result and what methods it must respond to
Attributes
True of the user was authenticated @return [Boolean]
True if the user asked to cancel the authorization process @return [Boolean]
True if the authentication process is complete, false if other steps are needed @return [Boolean]