| Package | Description |
|---|---|
| com.okta.sdk.resource.application |
| Modifier and Type | Method and Description |
|---|---|
static OAuthResponseType |
OAuthResponseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OAuthResponseType[] |
OAuthResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OAuthResponseType> |
OpenIdConnectApplicationSettingsClient.getResponseTypes() |
| Modifier and Type | Method and Description |
|---|---|
OIDCApplicationBuilder |
OIDCApplicationBuilder.addResponseTypes(OAuthResponseType responseType) |
| Modifier and Type | Method and Description |
|---|---|
OIDCApplicationBuilder |
OIDCApplicationBuilder.setResponseTypes(java.util.List<OAuthResponseType> responseTypes) |
OpenIdConnectApplicationSettingsClient |
OpenIdConnectApplicationSettingsClient.setResponseTypes(java.util.List<OAuthResponseType> responseTypes) |
Copyright © 2017-2021 Okta. All Rights Reserved.