Uses of Class
org.wso2.am.integration.clients.admin.auth.OAuthFlow
-
Packages that use OAuthFlow Package Description org.wso2.am.integration.clients.admin.auth -
-
Uses of OAuthFlow in org.wso2.am.integration.clients.admin.auth
Methods in org.wso2.am.integration.clients.admin.auth that return OAuthFlow Modifier and Type Method Description static OAuthFlowOAuthFlow. valueOf(String name)Returns the enum constant of this type with the specified name.static OAuthFlow[]OAuthFlow. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.admin.auth with parameters of type OAuthFlow Modifier and Type Method Description voidRetryingOAuth. setFlow(OAuthFlow flow)Constructors in org.wso2.am.integration.clients.admin.auth with parameters of type OAuthFlow Constructor Description RetryingOAuth(String tokenUrl, String clientId, OAuthFlow flow, String clientSecret, Map<String,String> parameters)
-