public enum ClientCredentialMethod extends Enum<ClientCredentialMethod>
| Enum Constant and Description |
|---|
CLIENT_SECRET_POST
Enum value ClientSecretPost.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientCredentialMethod |
fromString(String value)
Parses a serialized value to a ClientCredentialMethod instance.
|
String |
toString() |
static ClientCredentialMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientCredentialMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientCredentialMethod CLIENT_SECRET_POST
public static ClientCredentialMethod[] values()
public static ClientCredentialMethod 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 ClientCredentialMethod fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<ClientCredentialMethod>Copyright © 2021 Microsoft Corporation. All rights reserved.