enum

Shoo::Authentication::Credential::Provider

Inherits Enum < Comparable < Value < Object

Constants

Gh = 0
Token = 1

Instance methods

gh?

Returns true if this enum value equals Gh

Source
token?

Returns true if this enum value equals Token

Source