Uses of Class
io.serverlessworkflow.api.auth.OauthDefinition.GrantType
-
Packages that use OauthDefinition.GrantType Package Description io.serverlessworkflow.api.auth -
-
Uses of OauthDefinition.GrantType in io.serverlessworkflow.api.auth
Methods in io.serverlessworkflow.api.auth that return OauthDefinition.GrantType Modifier and Type Method Description static OauthDefinition.GrantTypeOauthDefinition.GrantType. fromValue(String value)OauthDefinition.GrantTypeOauthDefinition. getGrantType()Defines the grant type (Required)static OauthDefinition.GrantTypeOauthDefinition.GrantType. valueOf(String name)Returns the enum constant of this type with the specified name.static OauthDefinition.GrantType[]OauthDefinition.GrantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.serverlessworkflow.api.auth with parameters of type OauthDefinition.GrantType Modifier and Type Method Description voidOauthDefinition. setGrantType(OauthDefinition.GrantType grantType)Defines the grant type (Required)OauthDefinitionOauthDefinition. withGrantType(OauthDefinition.GrantType grantType)Constructors in io.serverlessworkflow.api.auth with parameters of type OauthDefinition.GrantType Constructor Description OauthDefinition(OauthDefinition.GrantType grantType, String clientId)
-