com.katalon.testops.auth.OAuthFlow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testops-client-openapi Show documentation
Show all versions of testops-client-openapi Show documentation
Katalon TestOps Client generated by OpenAPI
package com.katalon.testops.auth;
public enum OAuthFlow {
accessCode, implicit, password, application
}