Table of Contents

TSphinxClientApp.AllowedGrantTypes Property

Contains the OAuth 2 grant types allowed for this client.

Remarks

This property indicates which OAuth grant type flows are allowed for this client. It's recommended that you create a different client for each (or maximum two) different flows, according to your needs. As general rule, web, mobile and desktop applications should use gtAuthorizationCode (if RequirePkce is true) or gtImplicit (if RequirePkce is false). For non-interactive applications (like servers), gtClientCredentials is recommended.

Syntax

Unit: Sphinx.Comp.ClientApp

property TSphinxClientApp.AllowedGrantTypes: TGrantTypes

See also