Class: AuthRocket::JwtKey

Inherits:
Resource
  • Object
show all
Defined in:
lib/authrocket/jwt_key.rb

Instance Attribute Summary collapse

Instance Attribute Details

#algoObject (readonly)

Returns the value of attribute algo.



7
8
9
# File 'lib/authrocket/jwt_key.rb', line 7

def algo
  @algo
end

#flagsObject (readonly)

readonly



8
9
10
# File 'lib/authrocket/jwt_key.rb', line 8

def flags
  @flags
end

#keyObject (readonly)

Returns the value of attribute key.



7
8
9
# File 'lib/authrocket/jwt_key.rb', line 7

def key
  @key
end

#useObject (readonly)

Returns the value of attribute use.



7
8
9
# File 'lib/authrocket/jwt_key.rb', line 7

def use
  @use
end