
com.blazebit.expression.azure.invoker.auth.OAuthFlow Maven / Gradle / Ivy
/*
* SubscriptionClient
* All resource groups and resources exist within subscriptions. These operation enable you get information about your subscriptions and tenants. A tenant is a dedicated instance of Azure Active Directory (Azure AD) for your organization.
*
* The version of the OpenAPI document: 2022-12-01
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.blazebit.expression.azure.invoker.auth;
/**
* OAuth flows that are supported by this client
*/
public enum OAuthFlow {
ACCESS_CODE,
IMPLICIT,
PASSWORD,
APPLICATION
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy