method

App.ForceUnlock

func (application *App) ForceUnlock( ctx context.Context, collection, id string, identity *AuthIdentity, ) error

Clear an account lock for an exact authenticated identity.

Source core/account.go:12

@param ctx
The ctx value.
@param collection
The collection value.
@param id
The id value.
@param identity
The identity value.
@returns
The declared result.

Related types

  • App

    A resolved application bound to operation services.

  • AuthIdentity

    An exact authenticated collection and actor document.