public final class TokenType extends 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() |
equals, fromString, hashCode, toString, values, withNameValue
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 © 2019. All rights reserved.