Uses of Class
sh.ory.hydra.auth.OAuthFlow
-
Packages that use OAuthFlow Package Description sh.ory.hydra.auth -
-
Uses of OAuthFlow in sh.ory.hydra.auth
Methods in sh.ory.hydra.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 sh.ory.hydra.auth with parameters of type OAuthFlow Modifier and Type Method Description voidRetryingOAuth. setFlow(OAuthFlow flow)Constructors in sh.ory.hydra.auth with parameters of type OAuthFlow Constructor Description RetryingOAuth(String tokenUrl, String clientId, OAuthFlow flow, String clientSecret, Map<String,String> parameters)
-