STKXConnectAuthenticationMode#

class ansys.stk.core.stkx.STKXConnectAuthenticationMode#

IntEnum

Overview#

SINGLE_USER_LOCAL

Enforce local single user authentication.

MUTUAL_TLS

Use MutualTLS for authentication.

INSECURE

Allow connections without user authentication. Not recommended.

DEFAULT

Using default authentication mode.

Import detail#

from ansys.stk.core.stkx import STKXConnectAuthenticationMode