AuthenticationMethods property

String? get AuthenticationMethods
Gets the authentication methods.

Implementation

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

Implementation

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