supportsAuth method
Checks of the specified authMechanism
is supported.
Implementation
bool supportsAuth(AuthMechanism authMechanism) {
return authMechanisms.contains(authMechanism);
}
Checks of the specified authMechanism
is supported.
bool supportsAuth(AuthMechanism authMechanism) {
return authMechanisms.contains(authMechanism);
}