Method: OryClient::IdentityWithCredentialsOidcConfigProvider#subject
- Defined in:
- lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb
#subject ⇒ Object
The subject (‘sub`) of the OpenID Connect connection. Usually the `sub` field of the ID Token.
23 24 25 |
# File 'lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb', line 23 def subject @subject end |