Uses of Enum
com.okta.sdk.resource.model.OAuthGrantType
Packages that use OAuthGrantType
-
Uses of OAuthGrantType in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application with parameters of type OAuthGrantTypeMethod parameters in com.okta.sdk.resource.application with type arguments of type OAuthGrantTypeModifier and TypeMethodDescriptionOIDCApplicationBuilder.setGrantTypes(List<OAuthGrantType> grantTypes) -
Uses of OAuthGrantType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuthGrantTypeModifier and TypeMethodDescriptionstatic OAuthGrantTypestatic OAuthGrantTypeReturns the enum constant of this type with the specified name.static OAuthGrantType[]OAuthGrantType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model that return types with arguments of type OAuthGrantTypeModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.getGrantTypes()Get grantTypesMethods in com.okta.sdk.resource.model with parameters of type OAuthGrantTypeModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.addgrantTypesItem(OAuthGrantType grantTypesItem) Method parameters in com.okta.sdk.resource.model with type arguments of type OAuthGrantTypeModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.grantTypes(List<OAuthGrantType> grantTypes) voidOpenIdConnectApplicationSettingsClient.setGrantTypes(List<OAuthGrantType> grantTypes)