public static enum Permission.code_challenge_methods extends Enum<Permission.code_challenge_methods>
| Modifier and Type | Method and Description |
|---|---|
static Permission.code_challenge_methods |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission.code_challenge_methods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Permission.code_challenge_methods plain
public static final Permission.code_challenge_methods S256
public static Permission.code_challenge_methods[] values()
for (Permission.code_challenge_methods c : Permission.code_challenge_methods.values()) System.out.println(c);
public static Permission.code_challenge_methods 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 nullCopyright © 2024. All rights reserved.