AppserverIo\Appserver\ServletEngine\Security\Mapping::getAuthenticatorSerial PHP Метод

getAuthenticatorSerial() публичный Метод

Return's the authenticator serial.
public getAuthenticatorSerial ( ) : string
Результат string The authenticator serial
    public function getAuthenticatorSerial()
    {
        return $this->authenticatorSerial;
    }