Method: OryClient::OAuth2ConsentRequest#challenge

Defined in:
lib/ory-client/models/o_auth2_consent_request.rb

#challengeObject

ID is the identifier ("authorization challenge") of the consent authorization request. It is used to identify the session.



24
25
26
# File 'lib/ory-client/models/o_auth2_consent_request.rb', line 24

def challenge
  @challenge
end