Class: Himari::Decisions::Authentication::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/himari/decisions/authentication.rb

Instance Attribute Summary collapse

Instance Attribute Details

#claimsObject

Returns the value of attribute claims

Returns:

  • (Object)

    the current value of claims



7
8
9
# File 'lib/himari/decisions/authentication.rb', line 7

def claims
  @claims
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



7
8
9
# File 'lib/himari/decisions/authentication.rb', line 7

def provider
  @provider
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



7
8
9
# File 'lib/himari/decisions/authentication.rb', line 7

def request
  @request
end

#user_dataObject

Returns the value of attribute user_data

Returns:

  • (Object)

    the current value of user_data



7
8
9
# File 'lib/himari/decisions/authentication.rb', line 7

def user_data
  @user_data
end