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;
    }