Table of Contents

TOidcClient.Scope Property

Gets or sets the space-separated list of scopes to request during authorization.

Remarks

Include openid to trigger an OpenID Connect flow and receive an identity token. Additional scopes such as profile, email, or custom API scopes can be appended.

Syntax

Unit: Sphinx.OidcClient

property TOidcClient.Scope: string

See also