supportsAuth method
Checks of the specified authMechanism is supported.
Implementation
bool supportsAuth(AuthMechanism authMechanism) =>
authMechanisms.contains(authMechanism);
Checks of the specified authMechanism is supported.
bool supportsAuth(AuthMechanism authMechanism) =>
authMechanisms.contains(authMechanism);