Class TokenIntent
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.TokenIntent
-
public class TokenIntent extends Object
Used to indicate which scopes must token being retrieved from the token storage possess
-
-
Field Summary
Fields Modifier and Type Field Description static TokenIntent
ANY
static TokenIntent
REPO_FULL
static TokenIntent
REPO_GROUPS_READ
-
Constructor Summary
Constructors Constructor Description TokenIntent(TokenIntentType type, String url)
-
-
-
Field Detail
-
ANY
public static final TokenIntent ANY
-
REPO_FULL
public static final TokenIntent REPO_FULL
-
REPO_GROUPS_READ
public static final TokenIntent REPO_GROUPS_READ
-
-
Constructor Detail
-
TokenIntent
public TokenIntent(@NotNull TokenIntentType type, @Nullable String url)
-
-
Method Detail
-
getType
@NotNull public TokenIntentType getType()
-
getUrl
@Nullable public String getUrl()
-
-