admin_destroyApplicationScopedToken

Destroys an application-scoped token.

Syntax

public void admin_destroyApplicationScopedToken( String accessToken, String token );

Description

The admin_destroyApplicationScopedToken operation destroys a previously acquired application scoped token.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

token

The string representation of the previously acquired application-scoped token that you want to destroy.

return_value

None.