Class: KeycloakSdk::ValidatedToken
- Inherits:
-
Data
- Object
- Data
- KeycloakSdk::ValidatedToken
- Defined in:
- lib/keycloak_sdk/tokens.rb
Overview
검증된 access token의 관심 클레임.
Instance Attribute Summary collapse
-
#audience ⇒ Object
readonly
Returns the value of attribute audience.
-
#claims ⇒ Object
readonly
Returns the value of attribute claims.
-
#expires_at ⇒ Object
readonly
Returns the value of attribute expires_at.
-
#issued_at ⇒ Object
readonly
Returns the value of attribute issued_at.
-
#issuer ⇒ Object
readonly
Returns the value of attribute issuer.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
Instance Attribute Details
#audience ⇒ Object (readonly)
Returns the value of attribute audience
35 36 37 |
# File 'lib/keycloak_sdk/tokens.rb', line 35 def audience @audience end |
#claims ⇒ Object (readonly)
Returns the value of attribute claims
35 36 37 |
# File 'lib/keycloak_sdk/tokens.rb', line 35 def claims @claims end |
#expires_at ⇒ Object (readonly)
Returns the value of attribute expires_at
35 36 37 |
# File 'lib/keycloak_sdk/tokens.rb', line 35 def expires_at @expires_at end |
#issued_at ⇒ Object (readonly)
Returns the value of attribute issued_at
35 36 37 |
# File 'lib/keycloak_sdk/tokens.rb', line 35 def issued_at @issued_at end |
#issuer ⇒ Object (readonly)
Returns the value of attribute issuer
35 36 37 |
# File 'lib/keycloak_sdk/tokens.rb', line 35 def issuer @issuer end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
35 36 37 |
# File 'lib/keycloak_sdk/tokens.rb', line 35 def subject @subject end |