All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.datadog.api.client.auth.OAuthFlow Maven / Gradle / Ivy

/*
 * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
 * This product includes software developed at Datadog (https://www.datadoghq.com/).
 * Copyright 2019-Present Datadog, Inc.
 */

package com.datadog.api.client.auth;

public enum OAuthFlow {
  accessCode,
  implicit,
  password,
  application
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy