| Package | Description |
|---|---|
| com.okta.sdk.resource.application |
| Modifier and Type | Method and Description |
|---|---|
static OAuthResponseType |
OAuthResponseType.valueOf(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 |
|---|---|
List<OAuthResponseType> |
OpenIdConnectApplicationSettingsClient.getResponseTypes() |
| Modifier and Type | Method and Description |
|---|---|
OIDCApplicationBuilder |
OIDCApplicationBuilder.addResponseTypes(OAuthResponseType responseType) |
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectApplicationSettingsClient |
OpenIdConnectApplicationSettingsClient.setResponseTypes(List<OAuthResponseType> responseTypes) |
OIDCApplicationBuilder |
OIDCApplicationBuilder.setResponseTypes(List<OAuthResponseType> responseTypes) |
Copyright © 2017–2023 Okta. All rights reserved.