java.lang.Object
org.sourcelab.buildkite.api.client.response.AccessTokenResponse
public class AccessTokenResponse
extends Object
Represents response from the AccessToken API Endpoint.
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Scopes associated with the current access token.
The UUID value associated with the current access token.
-
Constructor Details
-
AccessTokenResponse
Constructor.
- Parameters:
uuid - UUID value.
scopes - Scopes value.
-
Method Details
-
getUuid
The UUID value associated with the current access token.
- Returns:
- The UUID value associated with the current access token.
-
getScopes
Scopes associated with the current access token.
- Returns:
- Scopes associated with the current access token.
-