Class: Verikloak::BFF::HeaderGuard::RequestTokens

Inherits:
Struct
  • Object
show all
Defined in:
lib/verikloak/bff/header_guard.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authObject

Returns the value of attribute auth

Returns:

  • (Object)

    the current value of auth



194
195
196
# File 'lib/verikloak/bff/header_guard.rb', line 194

def auth
  @auth
end

#chosenObject

Returns the value of attribute chosen

Returns:

  • (Object)

    the current value of chosen



194
195
196
# File 'lib/verikloak/bff/header_guard.rb', line 194

def chosen
  @chosen
end

#decoded_headerObject

Returns the value of attribute decoded_header

Returns:

  • (Object)

    the current value of decoded_header



194
195
196
# File 'lib/verikloak/bff/header_guard.rb', line 194

def decoded_header
  @decoded_header
end

#decoded_payloadObject

Returns the value of attribute decoded_payload

Returns:

  • (Object)

    the current value of decoded_payload



194
195
196
# File 'lib/verikloak/bff/header_guard.rb', line 194

def decoded_payload
  @decoded_payload
end

#forwardedObject

Returns the value of attribute forwarded

Returns:

  • (Object)

    the current value of forwarded



194
195
196
# File 'lib/verikloak/bff/header_guard.rb', line 194

def forwarded
  @forwarded
end