class Etwin::Auth::AuthScope
Authentication scope enum
Constants
- Default
Public Instance Methods
inspect()
click to toggle source
# File lib/etwin/auth/auth_scope.rb, line 20 def inspect "AuthScope(#{self})" end
to_s()
click to toggle source
# File lib/etwin/auth/auth_scope.rb, line 15 def to_s T.cast(serialize, String) end