Table of Contents

TSphinxClientApp.ValidScopes Property

Holds a list of scopes this client is allowed to request and that can be granted to it.

Remarks

An authorization request performed by the client includes the requested scope (which is a spaced-separated string with scope tokens. For the authorization request to be accepted, each scope token must be present in the ValidScopes property. For example, if the authorization request inclues the scope "openid email read:customer", then the property ValidScopes should have at list the strings "openid", "email" and "read:customer" in its list.

Syntax

Unit: Sphinx.Comp.ClientApp

property TSphinxClientApp.ValidScopes: TStrings

See also