| Package | Description |
|---|---|
| com.okta.sdk.impl.resource | |
| com.okta.sdk.resource.application | |
| org.openapitools.client.model |
| Modifier and Type | Method and Description |
|---|---|
OIDCApplicationBuilder |
DefaultOIDCApplicationBuilder.addGrantTypes(OAuthGrantType grantType) |
| Modifier and Type | Method and Description |
|---|---|
OIDCApplicationBuilder |
DefaultOIDCApplicationBuilder.setGrantTypes(List<OAuthGrantType> grantTypes) |
| Modifier and Type | Method and Description |
|---|---|
OIDCApplicationBuilder |
OIDCApplicationBuilder.addGrantTypes(OAuthGrantType grantType) |
| Modifier and Type | Method and Description |
|---|---|
OIDCApplicationBuilder |
OIDCApplicationBuilder.setGrantTypes(List<OAuthGrantType> grantTypes) |
| Modifier and Type | Method and Description |
|---|---|
static OAuthGrantType |
OAuthGrantType.fromValue(String value) |
static OAuthGrantType |
OAuthGrantType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
List<OAuthGrantType> |
OpenIdConnectApplicationSettingsClient.getGrantTypes()
Get grantTypes
|
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectApplicationSettingsClient |
OpenIdConnectApplicationSettingsClient.addGrantTypesItem(OAuthGrantType grantTypesItem) |
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectApplicationSettingsClient |
OpenIdConnectApplicationSettingsClient.grantTypes(List<OAuthGrantType> grantTypes) |
void |
OpenIdConnectApplicationSettingsClient.setGrantTypes(List<OAuthGrantType> grantTypes) |
Copyright © 2017–2023 Okta. All rights reserved.