SecurityInfo.OAuth2Info.GrantTypes.yaml 220 Bytes
Newer Older
1
2
3
4
5
6
7
description: List of supported OAuth 2.0 grant types
type: string
enum:
  - OAUTH2_AUTHORIZATION_CODE
  - OAUTH2_IMPLICIT_GRANT
  - OAUTH2_RESOURCE_OWNER
  - OAUTH2_CLIENT_CREDENTIALS
8
example: 'OAUTH2_CLIENT_CREDENTIALS'