module Monban::Domain::Auth::Claim

Public Instance Methods

authy_roles() click to toggle source
# File lib/monban/domain/auth.rb, line 17
def authy_roles
  ["registered","unregistered"]
end
iss(type) click to toggle source
# File lib/monban/domain/auth.rb, line 13
def iss(type)
  "#{type}@#{jwt_service}"
end