Method: OryClient::OAuth2ConsentRequest#acr
- Defined in:
- lib/ory-client/models/o_auth2_consent_request.rb
#acr ⇒ Object
ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it to express that, for example, a user authenticated using two factor authentication.
19 20 21 |
# File 'lib/ory-client/models/o_auth2_consent_request.rb', line 19 def acr @acr end |