public enum CodeChallengeMethod extends Enum<CodeChallengeMethod>
| Modifier and Type | Method and Description |
|---|---|
static CodeChallengeMethod |
fromString(String codeChallengeMethodString) |
String |
toString() |
static CodeChallengeMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeChallengeMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeChallengeMethod PLAIN
public static final CodeChallengeMethod S256
public static CodeChallengeMethod[] values()
for (CodeChallengeMethod c : CodeChallengeMethod.values()) System.out.println(c);
public static CodeChallengeMethod 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 static CodeChallengeMethod fromString(String codeChallengeMethodString)
public String toString()
toString in class Enum<CodeChallengeMethod>Copyright © 2020–2023 Atlassian. All rights reserved.