Class: Verikloak::BFF::HeaderGuard::RequestTokens
- Inherits:
-
Struct
- Object
- Struct
- Verikloak::BFF::HeaderGuard::RequestTokens
- Defined in:
- lib/verikloak/bff/header_guard.rb
Instance Attribute Summary collapse
-
#auth ⇒ Object
Returns the value of attribute auth.
-
#chosen ⇒ Object
Returns the value of attribute chosen.
-
#decoded_header ⇒ Object
Returns the value of attribute decoded_header.
-
#decoded_payload ⇒ Object
Returns the value of attribute decoded_payload.
-
#forwarded ⇒ Object
Returns the value of attribute forwarded.
Instance Attribute Details
#auth ⇒ Object
Returns the value of attribute auth
194 195 196 |
# File 'lib/verikloak/bff/header_guard.rb', line 194 def auth @auth end |
#chosen ⇒ Object
Returns the value of attribute chosen
194 195 196 |
# File 'lib/verikloak/bff/header_guard.rb', line 194 def chosen @chosen end |
#decoded_header ⇒ Object
Returns the value of attribute decoded_header
194 195 196 |
# File 'lib/verikloak/bff/header_guard.rb', line 194 def decoded_header @decoded_header end |
#decoded_payload ⇒ Object
Returns the value of attribute decoded_payload
194 195 196 |
# File 'lib/verikloak/bff/header_guard.rb', line 194 def decoded_payload @decoded_payload end |
#forwarded ⇒ Object
Returns the value of attribute forwarded
194 195 196 |
# File 'lib/verikloak/bff/header_guard.rb', line 194 def forwarded @forwarded end |