Uses of Class
io.dialob.api.client.okhttp.auth.OAuthFlow
-
Packages that use OAuthFlow Package Description io.dialob.api.client.okhttp.auth -
-
Uses of OAuthFlow in io.dialob.api.client.okhttp.auth
Methods in io.dialob.api.client.okhttp.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.Constructors in io.dialob.api.client.okhttp.auth with parameters of type OAuthFlow Constructor Description OAuth(feign.Client client, OAuthFlow flow, String authorizationUrl, String tokenUrl, String scopes)OAuth(OAuthFlow flow, String authorizationUrl, String tokenUrl, String scopes)
-