class HaveAPI::Authentication::OAuth2::AuthResult

Abstract class describing the authentication result and what methods it must respond to

Attributes

authenticated[R]

True of the user was authenticated @return [Boolean]

cancel[R]

True if the user asked to cancel the authorization process @return [Boolean]

complete[R]

True if the authentication process is complete, false if other steps are needed @return [Boolean]