Method: OryClient::OAuth2ConsentRequest#subject
- Defined in:
- lib/ory-client/models/o_auth2_consent_request.rb
#subject ⇒ Object
Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope requested by the OAuth 2.0 client.
49 50 51 |
# File 'lib/ory-client/models/o_auth2_consent_request.rb', line 49 def subject @subject end |