Class: Authlete::Model::Request::UserInfoRequest

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

Instance Attribute Summary collapse

Method Summary

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#clientCertificateObject Also known as: client_certificate

Returns the value of attribute clientCertificate.



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

def clientCertificate
  @clientCertificate
end

#dpopObject

Returns the value of attribute dpop.



29
30
31
# File 'lib/authlete/model/request/user-info-request.rb', line 29

def dpop
  @dpop
end

#htmObject

Returns the value of attribute htm.



33
34
35
# File 'lib/authlete/model/request/user-info-request.rb', line 33

def htm
  @htm
end

#htuObject

Returns the value of attribute htu.



31
32
33
# File 'lib/authlete/model/request/user-info-request.rb', line 31

def htu
  @htu
end

#tokenObject

Returns the value of attribute token.



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

def token
  @token
end