dbd_logout_token

exec master..dbd_logout_token @module sysname, @slot int, @save bit

This procedure logs out from the token on the slot. If @save is set to 1, PIN information is removed from the registry. Logout is global and affects all user sessions.

To login, use dbd_login_token