Uses of Class
com.okta.sdk.resource.OAuthGrantType
-
Packages that use OAuthGrantType Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of OAuthGrantType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OAuthGrantType Modifier and Type Method Description static OAuthGrantType
OAuthGrantType. valueOf(java.lang.String name)
Returns 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 that return types with arguments of type OAuthGrantType Modifier and Type Method Description java.util.List<OAuthGrantType>
OpenIdConnectApplicationSettingsClient. getGrantTypes()
Method parameters in com.okta.sdk.resource with type arguments of type OAuthGrantType Modifier and Type Method Description OpenIdConnectApplicationSettingsClient
OpenIdConnectApplicationSettingsClient. setGrantTypes(java.util.List<OAuthGrantType> grantTypes)
-
Uses of OAuthGrantType in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type OAuthGrantType Modifier and Type Method Description OIDCApplicationBuilder
OIDCApplicationBuilder. addGrantTypes(OAuthGrantType grantType)
Method parameters in com.okta.sdk.resource.builder with type arguments of type OAuthGrantType Modifier and Type Method Description OIDCApplicationBuilder
OIDCApplicationBuilder. setGrantTypes(java.util.List<OAuthGrantType> grantTypes)
-