method
App.RevokePreviewToken
func (application *App) RevokePreviewToken(
ctx context.Context,
raw string,
identity *AuthIdentity,
) errorRevoke a preview capability owned by the exact authenticated identity.
Missing and expired tokens are treated as already revoked.
Related types
AppA resolved application bound to operation services.
AuthIdentityAn exact authenticated collection and actor document.