signInWithSAML method

Future<Response<Credential>> signInWithSAML()

Signs in the user using SAML authentication.

Implementation

Future<Response<Credential>> signInWithSAML() {
  throw UnimplementedError("Method signInWithSAML() is not yet implemented.");
}