Class: Keycardai::OAuth::PKCE::Pair

Inherits:
Data
  • Object
show all
Defined in:
lib/keycardai/oauth/pkce.rb

Overview

A verifier with its derived challenge.

Instance Attribute Summary collapse

Instance Attribute Details

#code_challengeObject (readonly)

Returns the value of attribute code_challenge

Returns:

  • (Object)

    the current value of code_challenge



17
18
19
# File 'lib/keycardai/oauth/pkce.rb', line 17

def code_challenge
  @code_challenge
end

#code_challenge_methodObject (readonly)

Returns the value of attribute code_challenge_method

Returns:

  • (Object)

    the current value of code_challenge_method



17
18
19
# File 'lib/keycardai/oauth/pkce.rb', line 17

def code_challenge_method
  @code_challenge_method
end

#code_verifierObject (readonly)

Returns the value of attribute code_verifier

Returns:

  • (Object)

    the current value of code_verifier



17
18
19
# File 'lib/keycardai/oauth/pkce.rb', line 17

def code_verifier
  @code_verifier
end