public enum OpenIdConnectApplicationType extends Enum<OpenIdConnectApplicationType>
Enum Constant and Description |
---|
BROWSER |
NATIVE |
SDK_UNKNOWN |
SERVICE |
WEB |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static OpenIdConnectApplicationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenIdConnectApplicationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenIdConnectApplicationType WEB
public static final OpenIdConnectApplicationType NATIVE
public static final OpenIdConnectApplicationType BROWSER
public static final OpenIdConnectApplicationType SERVICE
public static final OpenIdConnectApplicationType SDK_UNKNOWN
public static OpenIdConnectApplicationType[] values()
for (OpenIdConnectApplicationType c : OpenIdConnectApplicationType.values()) System.out.println(c);
public static OpenIdConnectApplicationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<OpenIdConnectApplicationType>
Copyright © 2017–2023 Okta. All rights reserved.