Class: AtprotoAuth::PAR::Request::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/atproto_auth/par/request.rb

Overview

Configuration for request parameters

Instance Attribute Summary collapse

Instance Attribute Details

#client_assertionObject

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_typeObject

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_idObject

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_challengeObject

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_methodObject

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_proofObject

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_hintObject

Returns the value of attribute login_hint.



9
10
11
# File 'lib/atproto_auth/par/request.rb', line 9

def 
  @login_hint
end

#nonceObject

Returns the value of attribute nonce.



9
10
11
# File 'lib/atproto_auth/par/request.rb', line 9

def nonce
  @nonce
end

#redirect_uriObject

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

#scopeObject

Returns the value of attribute scope.



9
10
11
# File 'lib/atproto_auth/par/request.rb', line 9

def scope
  @scope
end

#stateObject

Returns the value of attribute state.



9
10
11
# File 'lib/atproto_auth/par/request.rb', line 9

def state
  @state
end