Table of Contents

IClientFacade.DefaultScope Method

Indicates the scope to be allowed in the token in case the OAuth request doesn't provide one.

Remarks

If an OAuth authorization request does not include the requested scope, then Sphinx will use thie function to determine a default, minimum scope to be granted to the requester.

Syntax

Unit: Sphinx.ClientFacade

function IClientFacade.DefaultScope: string; virtual; abstract;

See also