pub const ENDUSER_SCOPE: &str = "enduser.scope";
Expand description

Scopes or granted authorities the client currently possesses extracted from token or application security context. The value would come from the scope associated with an OAuth 2.0 Access Token or an attribute value in a SAML 2.0 Assertion.

§Examples

  • read:message, write:files