Share via


AuthorizationProviderOAuth2GrantTypes interface

Authorization Provider oauth2 grant types settings

Properties

authorizationCode

OAuth2 authorization code grant parameters

clientCredentials

OAuth2 client credential grant parameters

Property Details

authorizationCode

OAuth2 authorization code grant parameters

authorizationCode?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

clientCredentials

OAuth2 client credential grant parameters

clientCredentials?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}