com.hpe.caf.services.audit.client.auth.OAuthFlow Maven / Gradle / Ivy
/*
* Audit Web Service
* Allows audit event message details to be indexed into ElasticSearch. Each audit event message will comprise a set of fixed fields including the application the audit event message is associated with, the user that triggered the audit event as well as the tenant that the user belongs to. The audit event message will also include additional fields specific to the application.
*
* OpenAPI spec version: 3.1.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package com.hpe.caf.services.audit.client.auth;
public enum OAuthFlow {
accessCode, implicit, password, application
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy