Table of Contents

TGrantTypes Set

A set of available OAuth grant types.

Syntax

Unit: Sphinx.Comp.ClientApp

Members

Name Value Description
gtAuthorizationCode 0 Authorization code grant type.
gtClientCredentials 1 Client credentials grant type.
gtImplicit 2 Implicit grant type.
gtRefreshToken 3 Refresh token grant type.