Class: Himari::Services::OidcTokenEndpoint::Issued

Inherits:
Struct
  • Object
show all
Defined in:
lib/himari/services/oidc_token_endpoint.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accessObject

Returns the value of attribute access

Returns:

  • (Object)

    the current value of access



18
19
20
# File 'lib/himari/services/oidc_token_endpoint.rb', line 18

def access
  @access
end

#access_token_stringObject

Returns the value of attribute access_token_string

Returns:

  • (Object)

    the current value of access_token_string



18
19
20
# File 'lib/himari/services/oidc_token_endpoint.rb', line 18

def access_token_string
  @access_token_string
end

#id_token_jwtObject

Returns the value of attribute id_token_jwt

Returns:

  • (Object)

    the current value of id_token_jwt



18
19
20
# File 'lib/himari/services/oidc_token_endpoint.rb', line 18

def id_token_jwt
  @id_token_jwt
end

#signing_keyObject

Returns the value of attribute signing_key

Returns:

  • (Object)

    the current value of signing_key



18
19
20
# File 'lib/himari/services/oidc_token_endpoint.rb', line 18

def signing_key
  @signing_key
end