Class: Authlete::Model::Request::ClientRegistrationRequest

Inherits:
Base
  • Object
show all
Defined in:
lib/authlete/model/request/client-registration-request.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#clientIdObject Also known as: client_id

Returns the value of attribute clientId.



27
28
29
# File 'lib/authlete/model/request/client-registration-request.rb', line 27

def clientId
  @clientId
end

#jsonObject

Returns the value of attribute json.



23
24
25
# File 'lib/authlete/model/request/client-registration-request.rb', line 23

def json
  @json
end

#tokenObject

Returns the value of attribute token.



25
26
27
# File 'lib/authlete/model/request/client-registration-request.rb', line 25

def token
  @token
end