Class: Authlete::Model::Hsk

Inherits:
Base
  • Object
show all
Includes:
Hashable, Utility
Defined in:
lib/authlete/model/hsk.rb

Instance Attribute Summary collapse

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

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#algObject

Returns the value of attribute alg.



28
29
30
# File 'lib/authlete/model/hsk.rb', line 28

def alg
  @alg
end

#handleObject

Returns the value of attribute handle.



36
37
38
# File 'lib/authlete/model/hsk.rb', line 36

def handle
  @handle
end

#hsmNameObject 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

#kidObject

Returns the value of attribute kid.



30
31
32
# File 'lib/authlete/model/hsk.rb', line 30

def kid
  @kid
end

#ktyObject

Returns the value of attribute kty.



24
25
26
# File 'lib/authlete/model/hsk.rb', line 24

def kty
  @kty
end

#publicKeyObject 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

#useObject

Returns the value of attribute use.



26
27
28
# File 'lib/authlete/model/hsk.rb', line 26

def use
  @use
end