public final class AuthenticationMethod extends Object
| Modifier and Type | Field and Description |
|---|---|
static AuthenticationMethod |
EAPMSCHAPV2
Static value EAPMSCHAPv2 for AuthenticationMethod.
|
static AuthenticationMethod |
EAPTLS
Static value EAPTLS for AuthenticationMethod.
|
| Constructor and Description |
|---|
AuthenticationMethod(String value)
Creates a custom value for AuthenticationMethod.
|
public static final AuthenticationMethod EAPTLS
public static final AuthenticationMethod EAPMSCHAPV2
public AuthenticationMethod(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/