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