fmewebservices.FMEBasicConnection.getAuthenticationMethod

FMEBasicConnection.getAuthenticationMethod()

Retrieves the authentication method associated with this connection. This is expected to be FME_HTTP_AUTH_METHOD_BASIC, FME_HTTP_AUTH_METHOD_DIGEST, FME_HTTP_AUTH_METHOD_NTLM, or FME_HTTP_AUTH_METHOD_NONE. If the connection has no associated authentication method, the associated Web Service’s authentication method will be used.

Return type:

int

Returns:

The authentication method.