Resets the app instance identifier and revokes all tokens associated with
it.
returns Function called when the deletion completes. The instance
identifier was revoked successfully if runtime.lastError is not set.
Revokes a granted token.
deleteTokenParams Parameters for deleteToken.
returns Function called when the token deletion completes. The token
was revoked successfully if runtime.lastError is not set.
Retrieves the time when the InstanceID has been generated. The creation
time will be returned by the callback.
returns Function called when the retrieval completes. It should check
runtime.lastError for error when creationTime is zero.
Retrieves an identifier for the app instance. The instance ID will be
returned by the callback. The same ID will be returned as long as the
application identity has not been revoked or expired.
returns Function called when the retrieval completes. It should check
runtime.lastError for error when instanceID is empty.
Return a token that allows the authorized entity to access the service
defined by scope.
getTokenParams Parameters for getToken.
returns Function called when the retrieval completes. It should check
runtime.lastError for error when token is empty.