IClientFacade.GetValidScope Method
Checks if the provided requested scope can be granted to the requester.
Remarks
The scope parameter passed to this method is the scope included in an authorization request. The scope is a space-separated list of scope tokens. This method should verify if all tokens are allowed to be granted for the requester and if the scope tokens are valid ones.
Syntax
Unit: Sphinx.ClientFacade
function IClientFacade.GetValidScope(const Scope: string): string; virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | Scope | string |