Class: DatadogAPIClient::V2::OAuthClientRegistrationGrantType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/o_auth_client_registration_grant_type.rb

Overview

OAuth 2.0 grant type that a registered client may use.

Constant Summary collapse

AUTHORIZATION_CODE =
"authorization_code".freeze
REFRESH_TOKEN =
"refresh_token".freeze

Method Summary

Methods included from BaseEnumModel

included