Class: Keycloak::JWTDecodeResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/libkeycloak.rb

Instance Attribute Summary collapse

Instance Attribute Details

#jwtObject

Returns the value of attribute jwt

Returns:

  • (Object)

    the current value of jwt



566
567
568
# File 'lib/libkeycloak.rb', line 566

def jwt
  @jwt
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



566
567
568
# File 'lib/libkeycloak.rb', line 566

def valid
  @valid
end