AuthorizationResourceHelper is the helper used to validate a bearer token and fetch AuthorizationData it contains.AuthorizationData provides authorization information a bearer token represents.See: Description
| Interface | Description |
|---|---|
| AuthorizationData |
Provides authorization related data that a token is associated with.
|
| AuthorizationScope |
The AuthorizationScope is a component of
AuthorizationData, useful for Authorization Resources to determine what scope an access
token represents and then decide whether to allow the request to be served or not. |
| Class | Description |
|---|---|
| AuthorizationResourceHelper |
Helper used by Authorization Resources to validate bearer tokens and retrieve scopes.
|
AuthorizationResourceHelper is the helper used to validate a bearer token and fetch AuthorizationData it contains.AuthorizationData provides authorization information a bearer token represents. This consists two types ofAuthorizationScope objects (to differentiate client scopes and user scopes) and the subject of the token. AuthorizationScope object represents one or more features and associated values. Copyright © 2023 Avaya. All rights reserved.