AuthenticationMethods property

String? AuthenticationMethods
Gets the authentication methods.

Implementation

String? get AuthenticationMethods => this._authenticationMethods;
void AuthenticationMethods=(String? value)

Implementation

set AuthenticationMethods(String? value) =>
    this._authenticationMethods = value;