Class: Keycardai::OAuth::PKCE::Pair
- Inherits:
-
Data
- Object
- Data
- Keycardai::OAuth::PKCE::Pair
- Defined in:
- lib/keycardai/oauth/pkce.rb
Overview
A verifier with its derived challenge.
Instance Attribute Summary collapse
-
#code_challenge ⇒ Object
readonly
Returns the value of attribute code_challenge.
-
#code_challenge_method ⇒ Object
readonly
Returns the value of attribute code_challenge_method.
-
#code_verifier ⇒ Object
readonly
Returns the value of attribute code_verifier.
Instance Attribute Details
#code_challenge ⇒ Object (readonly)
Returns the value of attribute code_challenge
17 18 19 |
# File 'lib/keycardai/oauth/pkce.rb', line 17 def code_challenge @code_challenge end |
#code_challenge_method ⇒ Object (readonly)
Returns the value of attribute code_challenge_method
17 18 19 |
# File 'lib/keycardai/oauth/pkce.rb', line 17 def code_challenge_method @code_challenge_method end |
#code_verifier ⇒ Object (readonly)
Returns the value of attribute code_verifier
17 18 19 |
# File 'lib/keycardai/oauth/pkce.rb', line 17 def code_verifier @code_verifier end |