class Oidc::AccessToken

def initialize(attributes = {})

def initialize(attributes = {})
  super
  @token_type = :bearer
end