Class: KeycloakSdk::ValidatedToken

Inherits:
Data
  • Object
show all
Defined in:
lib/keycloak_sdk/tokens.rb

Overview

검증된 access token의 관심 클레임.

Instance Attribute Summary collapse

Instance Attribute Details

#audienceObject (readonly)

Returns the value of attribute audience

Returns:

  • (Object)

    the current value of audience



35
36
37
# File 'lib/keycloak_sdk/tokens.rb', line 35

def audience
  @audience
end

#claimsObject (readonly)

Returns the value of attribute claims

Returns:

  • (Object)

    the current value of claims



35
36
37
# File 'lib/keycloak_sdk/tokens.rb', line 35

def claims
  @claims
end

#expires_atObject (readonly)

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



35
36
37
# File 'lib/keycloak_sdk/tokens.rb', line 35

def expires_at
  @expires_at
end

#issued_atObject (readonly)

Returns the value of attribute issued_at

Returns:

  • (Object)

    the current value of issued_at



35
36
37
# File 'lib/keycloak_sdk/tokens.rb', line 35

def issued_at
  @issued_at
end

#issuerObject (readonly)

Returns the value of attribute issuer

Returns:

  • (Object)

    the current value of issuer



35
36
37
# File 'lib/keycloak_sdk/tokens.rb', line 35

def issuer
  @issuer
end

#subjectObject (readonly)

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



35
36
37
# File 'lib/keycloak_sdk/tokens.rb', line 35

def subject
  @subject
end