Class: Authlete::Model::Hsk
- Defined in:
- lib/authlete/model/hsk.rb
Instance Attribute Summary collapse
-
#alg ⇒ Object
Returns the value of attribute alg.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#hsmName ⇒ Object
(also: #hsm_name)
Returns the value of attribute hsmName.
-
#kid ⇒ Object
Returns the value of attribute kid.
-
#kty ⇒ Object
Returns the value of attribute kty.
-
#publicKey ⇒ Object
(also: #public_key)
Returns the value of attribute publicKey.
-
#use ⇒ Object
Returns the value of attribute use.
Method Summary
Methods included from Utility
#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#alg ⇒ Object
Returns the value of attribute alg.
28 29 30 |
# File 'lib/authlete/model/hsk.rb', line 28 def alg @alg end |
#handle ⇒ Object
Returns the value of attribute handle.
36 37 38 |
# File 'lib/authlete/model/hsk.rb', line 36 def handle @handle end |
#hsmName ⇒ Object Also known as: hsm_name
Returns the value of attribute hsmName.
32 33 34 |
# File 'lib/authlete/model/hsk.rb', line 32 def hsmName @hsmName end |
#kid ⇒ Object
Returns the value of attribute kid.
30 31 32 |
# File 'lib/authlete/model/hsk.rb', line 30 def kid @kid end |
#kty ⇒ Object
Returns the value of attribute kty.
24 25 26 |
# File 'lib/authlete/model/hsk.rb', line 24 def kty @kty end |
#publicKey ⇒ Object Also known as: public_key
Returns the value of attribute publicKey.
38 39 40 |
# File 'lib/authlete/model/hsk.rb', line 38 def publicKey @publicKey end |
#use ⇒ Object
Returns the value of attribute use.
26 27 28 |
# File 'lib/authlete/model/hsk.rb', line 26 def use @use end |