---
id: v1-grant-type
title: GrantType
pagination_label: GrantType
sidebar_label: GrantType
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'GrantType', 'v1GrantType']
slug: /tools/sdk/typescript/oauth_clients/models/grant-type
tags: ['SDK', 'Software Development Kit', 'GrantType', 'v1GrantType']
---

# GrantType

## Enum


* `ClientCredentials` (value: `'CLIENT_CREDENTIALS'`)

* `AuthorizationCode` (value: `'AUTHORIZATION_CODE'`)

* `RefreshToken` (value: `'REFRESH_TOKEN'`)


