Uses of Class
net.webpdf.wsclient.openapi.ServerConfigOAuthProvider.FlowEnum
-
Packages that use ServerConfigOAuthProvider.FlowEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigOAuthProvider.FlowEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigOAuthProvider.FlowEnum Modifier and Type Method Description static ServerConfigOAuthProvider.FlowEnumServerConfigOAuthProvider.FlowEnum. fromValue(String value)@Nullable ServerConfigOAuthProvider.FlowEnumServerConfigOAuthProvider. getFlow()Selects the [OAuth2 flow](https://datatracker.ietf.org/doc/html/rfc6749#section-1.2) used.static ServerConfigOAuthProvider.FlowEnumServerConfigOAuthProvider.FlowEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerConfigOAuthProvider.FlowEnum[]ServerConfigOAuthProvider.FlowEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type ServerConfigOAuthProvider.FlowEnum Modifier and Type Method Description ServerConfigOAuthProviderServerConfigOAuthProvider. flow(ServerConfigOAuthProvider.FlowEnum flow)voidServerConfigOAuthProvider. setFlow(ServerConfigOAuthProvider.FlowEnum flow)
-