Class: Hitch::ClientAuthentication::Resolution

Inherits:
Data
  • Object
show all
Defined in:
app/models/hitch/client_authentication.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject (readonly)

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



8
9
10
# File 'app/models/hitch/client_authentication.rb', line 8

def client_id
  @client_id
end

#operator_registeredObject (readonly)

Returns the value of attribute operator_registered

Returns:

  • (Object)

    the current value of operator_registered



8
9
10
# File 'app/models/hitch/client_authentication.rb', line 8

def operator_registered
  @operator_registered
end

#registered_clientObject (readonly)

Returns the value of attribute registered_client

Returns:

  • (Object)

    the current value of registered_client



8
9
10
# File 'app/models/hitch/client_authentication.rb', line 8

def registered_client
  @registered_client
end

#token_endpoint_auth_methodObject (readonly)

Returns the value of attribute token_endpoint_auth_method

Returns:

  • (Object)

    the current value of token_endpoint_auth_method



8
9
10
# File 'app/models/hitch/client_authentication.rb', line 8

def token_endpoint_auth_method
  @token_endpoint_auth_method
end