Class: AtprotoAuth::PAR::Request::Configuration
- Inherits:
-
Object
- Object
- AtprotoAuth::PAR::Request::Configuration
- Defined in:
- lib/atproto_auth/par/request.rb
Overview
Configuration for request parameters
Instance Attribute Summary collapse
-
#client_assertion ⇒ Object
Returns the value of attribute client_assertion.
-
#client_assertion_type ⇒ Object
Returns the value of attribute client_assertion_type.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#code_challenge ⇒ Object
Returns the value of attribute code_challenge.
-
#code_challenge_method ⇒ Object
Returns the value of attribute code_challenge_method.
-
#dpop_proof ⇒ Object
Returns the value of attribute dpop_proof.
-
#login_hint ⇒ Object
Returns the value of attribute login_hint.
-
#nonce ⇒ Object
Returns the value of attribute nonce.
-
#redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#client_assertion ⇒ Object
Returns the value of attribute client_assertion.
9 10 11 |
# File 'lib/atproto_auth/par/request.rb', line 9 def client_assertion @client_assertion end |
#client_assertion_type ⇒ Object
Returns the value of attribute client_assertion_type.
9 10 11 |
# File 'lib/atproto_auth/par/request.rb', line 9 def client_assertion_type @client_assertion_type end |
#client_id ⇒ Object
Returns the value of attribute client_id.
9 10 11 |
# File 'lib/atproto_auth/par/request.rb', line 9 def client_id @client_id end |
#code_challenge ⇒ Object
Returns the value of attribute code_challenge.
9 10 11 |
# File 'lib/atproto_auth/par/request.rb', line 9 def code_challenge @code_challenge end |
#code_challenge_method ⇒ Object
Returns the value of attribute code_challenge_method.
9 10 11 |
# File 'lib/atproto_auth/par/request.rb', line 9 def code_challenge_method @code_challenge_method end |
#dpop_proof ⇒ Object
Returns the value of attribute dpop_proof.
9 10 11 |
# File 'lib/atproto_auth/par/request.rb', line 9 def dpop_proof @dpop_proof end |
#login_hint ⇒ Object
Returns the value of attribute login_hint.
9 10 11 |
# File 'lib/atproto_auth/par/request.rb', line 9 def login_hint @login_hint end |
#nonce ⇒ Object
Returns the value of attribute nonce.
9 10 11 |
# File 'lib/atproto_auth/par/request.rb', line 9 def nonce @nonce end |
#redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
9 10 11 |
# File 'lib/atproto_auth/par/request.rb', line 9 def redirect_uri @redirect_uri end |
#scope ⇒ Object
Returns the value of attribute scope.
9 10 11 |
# File 'lib/atproto_auth/par/request.rb', line 9 def scope @scope end |
#state ⇒ Object
Returns the value of attribute state.
9 10 11 |
# File 'lib/atproto_auth/par/request.rb', line 9 def state @state end |