isLockedOut

abstract fun isLockedOut(clientId: String): Duration?

Checks of a client is locked out because off to many failed passphrase attempts.

Return

null if not locked out, otherwise for how long they are locked out.

Parameters

clientId

an unique identifier for the client.