Destroys an application-scoped token.
public void admin_destroyApplicationScopedToken( String accessToken, String token );
The admin_destroyApplicationScopedToken operation destroys a previously acquired application scoped token.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The string representation of the previously acquired application-scoped token that you want to destroy.
None.