| Modifier and Type | Field | Description |
|---|---|---|
static TokenType |
TokenType.OAUTH |
Static value OAuth for TokenType.
|
static TokenType |
TokenType.PAT |
Static value PAT for TokenType.
|
| Modifier and Type | Method | Description |
|---|---|---|
static TokenType |
TokenType.fromString(String name) |
Creates or finds a TokenType from its string representation.
|
TokenType |
AuthInfo.tokenType() |
Get the type of Auth token.
|
TokenType |
AuthInfoUpdateParameters.tokenType() |
Get the type of Auth token.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Collection<TokenType> |
TokenType.values() |
| Modifier and Type | Method | Description |
|---|---|---|
AuthInfo |
AuthInfo.withTokenType(TokenType tokenType) |
Set the type of Auth token.
|
AuthInfoUpdateParameters |
AuthInfoUpdateParameters.withTokenType(TokenType tokenType) |
Set the type of Auth token.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/