AppserverIo\Appserver\ServletEngine\Security\Mapping::getAuthenticatorSerial PHP Method

getAuthenticatorSerial() public method

Return's the authenticator serial.
public getAuthenticatorSerial ( ) : string
return string The authenticator serial
    public function getAuthenticatorSerial()
    {
        return $this->authenticatorSerial;
    }