GrpcMode#

class ansys.dpf.core.server_factory.GrpcMode#

Defines available authentication modes for gRPC servers.

Overview#

Import detail#

from ansys.dpf.core.server_factory import GrpcMode

Attribute detail#

GrpcMode.Insecure = 'insecure'#
GrpcMode.mTLS = 'mtls'#