class Etwin::Auth::AuthType

Authentication type enum

Constants

AccessToken
Guest
User

Public Instance Methods

inspect() click to toggle source
# File lib/etwin/auth/auth_type.rb, line 22
def inspect
  "AuthType(#{self})"
end
to_s() click to toggle source
# File lib/etwin/auth/auth_type.rb, line 17
def to_s
  T.cast(serialize, String)
end