addIDPAuthenticator method
ResponseFuture<AddIDPAuthenticatorResponse>
addIDPAuthenticator(
- AddIDPAuthenticatorRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.AddIDPAuthenticatorResponse> addIDPAuthenticator($0.AddIDPAuthenticatorRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$addIDPAuthenticator, request, options: options);
}