Package | Description |
---|---|
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Token |
Token.clone() |
Token |
Token.set(String fieldName,
Object value) |
Token |
Token.setAnonymous(Boolean anonymous)
Whether the application is registered with Google.
|
Token |
Token.setClientId(String clientId)
The Client ID of the application the token is issued to.
|
Token |
Token.setDisplayText(String displayText)
The displayable name of the application the token is issued to.
|
Token |
Token.setEtag(String etag)
ETag of the resource.
|
Token |
Token.setKind(String kind)
The type of the API resource.
|
Token |
Token.setNativeApp(Boolean nativeApp)
Whether the token is issued to an installed application.
|
Token |
Token.setScopes(List<String> scopes)
A list of authorization scopes the application is granted.
|
Token |
Token.setUserKey(String userKey)
The unique ID of the user that issued the token.
|
Modifier and Type | Method and Description |
---|---|
List<Token> |
Tokens.getItems()
A list of Token resources.
|
Modifier and Type | Method and Description |
---|---|
Tokens |
Tokens.setItems(List<Token> items)
A list of Token resources.
|
Copyright © 2011–2021 Google. All rights reserved.