public final class TokenType extends com.microsoft.rest.ExpandableStringEnum<TokenType>
| Modifier and Type | Field and Description |
|---|---|
static TokenType |
OAUTH
Static value OAuth for TokenType.
|
static TokenType |
PAT
Static value PAT for TokenType.
|
| Constructor and Description |
|---|
TokenType() |
| Modifier and Type | Method and Description |
|---|---|
static TokenType |
fromString(String name)
Creates or finds a TokenType from its string representation.
|
static Collection<TokenType> |
values() |
public static final TokenType PAT
public static final TokenType OAUTH
public static TokenType fromString(String name)
name - a name to look forpublic static Collection<TokenType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/