method
App.ForceUnlock
func (application *App) ForceUnlock(
ctx context.Context,
collection,
id string,
identity *AuthIdentity,
) errorClear an account lock for an exact authenticated identity.
Related types
AppA resolved application bound to operation services.
AuthIdentityAn exact authenticated collection and actor document.