credentials_method_type property

credentials_method_type property

Specifies the authentication method to be used when establishing (or re-establishing) the connection.

Definition:

@property
def credentials_method_type(self):
    ...
@credentials_method_type.setter
def credentials_method_type(self, value):
    ...

See Also