enum

PlaceOS::Auth::Utils::OAuthUserMapper::Outcome

Inherits Enum < Comparable < Value < Object

Outcome surface: the branch we took + the resulting user. Caller decides what to do with it (set session, publish login event, ...).

Constants

Login = 0
Link = 1
Created = 2

Instance methods

created?

Returns true if this enum value equals Created

Source
login?

Returns true if this enum value equals Login

Source