interface
AuthUnlockTransaction
type AuthUnlockTransaction interface {
ForceUnlockAuth(context.Context, schema.StableID, string) error
}Reset account lockout in an already-authorized document transaction.
ForceUnlockAuthfunc(context.Context, schema.StableID, string) error- The ForceUnlockAuth value.