Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 426 Bytes

File metadata and controls

21 lines (13 loc) · 426 Bytes

GrantType

The type of grant type being used.

Example Usage

from glean.api_client.models import GrantType

value = GrantType.AUTH_CODE

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
AUTH_CODE AUTH_CODE
CLIENT_CREDENTIALS CLIENT_CREDENTIALS