addIDPAuthenticator method
ResponseFuture<AddIDPAuthenticatorResponse>
addIDPAuthenticator(
- AddIDPAuthenticatorRequest request, {
- CallOptions? options,
Add an IDP authenticator to a user
Add a new identity provider (IDP) authenticator to an existing user. This will allow the user to authenticate with the provided IDP.
Implementation
$grpc.ResponseFuture<$0.AddIDPAuthenticatorResponse> addIDPAuthenticator(
$0.AddIDPAuthenticatorRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$addIDPAuthenticator, request, options: options);
}